gnomeos-install: use /bin/bash, not /bin/sh
authorDiego Escalante Urrelo <diegoe@igalia.com>
Thu, 5 Apr 2012 05:29:55 +0000 (00:29 -0500)
committerColin Walters <walters@verbum.org>
Thu, 5 Apr 2012 13:05:22 +0000 (09:05 -0400)
This scripts use bashisms, so use /bin/bash as the interpreter until
they are un-bashified.

gnomeos/gnomeos-install.sh
gnomeos/gnomeos-setup.sh

index f99c13f5e5f8d307210d6e9baeac64a4527c09ce..a0ff854cae7eced0933a18552d18fccf1df6179e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # -*- indent-tabs-mode: nil; -*-
 # Install OSTree to system
 #
index bfe8cbfb1416b250c600e18772783f4b5be01c6e..e7c1ad4260c8177feb979a11718e83dd2e9833f7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # -*- indent-tabs-mode: nil; -*-
 # Set up ostree directory
 #